* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.5px;
  outline: none;
}

.universal_errorContainer {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 20;
}

.custom_shadow {
  box-shadow: 1px 2px 9px 0px #e1e1e1;
}

.text_danger_custom {
  font-size: 14px;
  color: red;
}

.main_container {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #f6f5fb;
}

/* -------header container button and search bar---------- */
.header_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header_content_left {
  width: 44%;
  display: flex;
  justify-content: space-between;
}

.header_content_right {
  width: 52%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logoutIcon {
  color: #fd0000;
  font-size: 35px;
  cursor: pointer;
}

.search_container {
  display: inline;
  justify-content: center;
  border-radius: 10px;
  width: 420px;
  box-shadow: var(--bs-box-shadow);
}

.search_field_cleintReg {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #6e6e6e;
  padding: 0 0 0 10px;
  border: 2px solid #7961f1;
}

.search_field {
  width: 380px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #6e6e6e;
  padding: 0 0 0 10px;
  border-top: 2px solid #7961f1;
  border-left: 2px solid #7961f1;
  border-bottom: 2px solid #7961f1;
  border-right: none;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  background: #cfc7f8;
  font-size: 17px;
  border-top: 2px solid #7961f1;
  border-right: 2px solid #7961f1;
  border-bottom: 2px solid #7961f1;
  border-left: none;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.resultContainer {
  margin: 10px 0 0 0;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
.resultContainer table thead tr th {
  width: 100%;
}

/*----- Buttons -----------*/
.medium_btn {
  background-color: #7961f1;
  width: 150px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  transition: 0.5s;
  border: 2px solid #7961f1;
}
.medium_btn:hover {
  background-color: #ffffff;
  color: #7961f1;
}

.md_extra {
  width: 120px !important;
}

.small_btn, .small_btn_custom {
  background-color: #7961f1;
  width: 50px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 15px;
}

.small_btn_custom {
  width: 100%;
  background-color: #ffb3b3;
}

.large_btn {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: none;
  background-color: #7961f1;
  color: #ffffff;
  margin-top: 25px;
}

.btn_Spaces {
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 25px;
}

/* -----Body Container------ */
.body_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  overflow-wrap: break-word;
}

/* ----------Body Container Left side-------------- */
.body_content_left {
  width: 43.5%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.body_content_right {
  width: 53.5%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 40px 10px 10px 10px;
}

.responsive {
  width: 100%;
  height: auto;
}

.left_vehicle_details {
  display: flex;
  margin: 0px 0 0 0;
  width: 100%;
}

.custom-striped tbody tr:nth-of-type(2n) {
  background-color: #F6F5FB !important;
  color: white;
}
.custom-header {
  background-color: #F6F5FB;
  color: white;
  line-height: 0.2;
}

.sub_topic {
  font-size: 20px;
  color: #7961f1;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.sub_topic2 {
  font-size: 20px;
  color: #7961f1;
  font-weight: 500;
}


.sub_topic_and_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

/* -------Body Container Right side--------- */
.sub_topic_black {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 40px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: left;
  padding: 8px;
}

th {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

td {
  font-size: 12px;
  font-weight: 500;
  color: #33363f;
}

tr:nth-child(even) {
  background-color: #f6f5fb;
}

.v-table {
  border: none;
  width: 100%;
}

.v-td {
  font-size: 14px;
  color: #33363f;
  font-weight: 500;
}

.v-th,
.v-td {
  padding: 4px;
  width: 50%;
}

.v-tr:nth-child(even) {
  background-color: #ffffff;
}

.v-gap {
  float: right;
  margin: 0 0 0 0;
}

.new_container {
  width: 100%;
  height: 100vh;
  padding: 80px 10px 0 10px;
  background-color: #f6f5fb;
}

.progress-container {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.new_header {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pro_numb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro_bar {
  width: 10%;
  height: 5px;
  display: flex;
}

.pro_bar2 {
  width: 10%;
  height: 5px;
  display: flex;
}

.pro_text {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
  transform: translateX(-12px);
}

.circle_text {
  margin: 0 0 40px 0;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.new_content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form_content {
  width: 500px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transform: translateX(0);
  z-index: 3;
  padding: 40px;
}

.color_dot {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(100px);
}

.color1 {
  background-color: #ef98d0;
  transform: translate(165%, 80%);
}

.color2 {
  background-color: #7961f1;
  transform: translate(165%, 180%);
}

.color3 {
  background-color: #2db8e7;
  transform: translate(165%, 280%);
}

.color4 {
  background-color: #2db8e7;
  transform: translate(-165%, 80%);
}

.color5 {
  background-color: #ef98d0;
  transform: translate(-165%, 180%);
}

.color6 {
  background-color: #7961f1;
  transform: translate(-165%, 280%);
}

.color7 {
  background-color: #ef98d0;
  transform: translate(0%, 340%);
}

.form_input {
  width: 100%;
  height: 40px;
  border: 2px solid #7961f1;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 10px 0 10px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.form_input::-moz-placeholder {
  color: #33363f;
}
.form_input::placeholder {
  color: #33363f;
}
.form_input:focus {
  border-color: #7961f1;
}
.form_input::before {
  content: attr(placeholder);
  margin: 0 25px 0 0;
  color: #33363f;
}

.or_text {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 15px 0;
  font-size: 14px;
  color: #33363f;
  font-weight: 400;
}

.complete_icon {
  display: flex;
  justify-content: center;
}

.reg_complete_buttons {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

.reg_complete_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.reg_complete_right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.no_result {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #8d8d8d;
}

.select_user_btn {
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  background: #7961f1;
  border: none;
  outline: none;
}

.user_name {
  font-size: 16px;
  font-weight: 500;
  color: #33363f;
}

.profile_img_container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #7961f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar_logo_container {
  padding: 20px 0 0 0;
  background-image: linear-gradient(to bottom left, #7961f1, #ef98d0);
 
}

.sidebar_logo {
  display: flex;
  justify-content: center;
}

.logo_text {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  
}

.nandB {
  font-size: 32px;
}

.sidebar_navlink_continer {
  margin: 15px 0 0 0;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 10px;
  
}

.sidebar_navlink_continer {
  padding-top: 40px;
}
.sidebar_navlink_continer li {
  padding: 10px 0 10px 0;
  font-size: 16px;
  color: #33363f;
  font-weight: 500;
}
.sidebar_navlink_continer li a {
  padding-left: 10px;
}
.sidebar_navlink_continer li a:hover {
  color: #7961f1;
  transition: 0.5s;
}

.dashbord_search_continer {
  width: 70%;
}

.dashboard_search_field {
  height: 40px;
  width: 90%;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #33363f;
  padding: 0 0 0 10px;
  border-top: 2px solid #7961f1;
  border-left: 2px solid #7961f1;
  border-bottom: 2px solid #7961f1;
  border-right: none;
}

.dashbaord_search_icon {
  height: 40px;
  width: 10%;
  float: right;
  background: #cfc7f8;
  color: #7961f1;
  font-size: 17px;
  border-top: 2px solid #7961f1;
  border-right: 2px solid #7961f1;
  border-bottom: 2px solid #7961f1;
  border-left: none;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
  padding: .3rem 0.5rem;
  border: 2px solid #7961f1;
  border-radius: 10px;
}

.active-link {
  color: #7961f1;
  /* Change text color if needed */
  border-left: 2px solid #7961f1;
}

.welcomeContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 100%;
  background: #ebcefd;
  border-radius: 10px;
  padding: 20px 60px;
  margin: 20px 0;
}

.main_content_topic {
  font-size: 24px;
  font-weight: 500;
  color: #33363f;
  margin: 5px 0 5px 0;
}

#datetime {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 10px;
}

.details_continer {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 10px 10px 10px;
}

.details_continer2 {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 10px 10px 10px;
}

.employee_head_continer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.employee_left {
  width: 50%;
}

.employee_right {
  width: -moz-fit-content;
  width: fit-content;
}

aside {
  background-color: #ffffff;
}

.modal {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_content {
  width: 100%;
  height: auto;
  margin-top: 13em;
  display: flex;
  justify-content: center;
}

.modal_content2 {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.details_form_content {
  margin: 0 10px 0 10px;
  padding: 10px 10px 40px 10px;
  border-radius: 15px;
  width: 500px;
  height: auto;
  background-color: #ffffff;
}

.details_form_content2 {
  margin: 0 10px 0 10px;
  padding: 10px 10px 40px 10px;
  border-radius: 15px;
  width: 750px;
  height: auto;
  background-color: #ffffff;
}

/*---- The Close Button---- */
.close{
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}
.close2{
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close2:hover, .close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.create_service_continer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.create_service_left {
  width: 49%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px 10px 10px 10px;
}

.create_service_right {
  width: 49%;
}

.create_right_content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px 10px 10px 10px;
}

.create_right {
  margin-bottom: 20px;
}

.center_btn {
  display: block;
  margin: 0 auto;
}

.auth_container {
  height: 95vh;
  background-color: #f6f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 15px;
}

.auth_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.auth_continer_left {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.auth_content_left {
  width: 500px;
}
.auth_content_left h1 {
  color: #7961f1;
  font-size: 48px;
  font-weight: 600;
}
.auth_content_left h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
}
.auth_content_left p {
  color: #33363f;
  font-size: 20px;
  font-weight: 500;
}

.auth_content_right {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.auth_content_right h1 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
}
.auth_content_right .color_dots_img {
  position: absolute;
  width: 600px;
  height: auto;
  transform: translate(-10px, 10px);
}
.auth_content_right .auth_form_content {
  width: 400px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px 40px 40px 40px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.auth_content_right .auth_form {
  margin-top: 32px;
}
.auth_content_right .auth_input {
  width: 100%;
  border: 2px solid #7961f1;
  border-radius: 10px;
  padding: 10px 35px 10px 10px;
  margin: 4px 0;
  background-color: #f6f5fb;
  color: #33363f;
  outline: none;
  background-repeat: no-repeat;
  background-position: 95%;
}
.auth_content_right .auth_input::-moz-placeholder {
  color: #33363f;
}
.auth_content_right .auth_input::placeholder {
  color: #33363f;
}
.auth_content_right .username {
  background-image: url("/assets/images/person.svg");
}
.auth_content_right .password {
  background-image: url("/assets/images/eye-slash.svg");
}
.auth_content_right .forget_btn {
  font-size: 13px;
  font-weight: 500;
  color: #7961f1;
  margin-top: 15px;
}
.auth_content_right a {
  text-decoration: none;
}

.log_color_dots {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(110px);
}

.log_color1 {
  background-color: #ef98d0;
  transform: translate(220%, -80%);
}

.log_color2 {
  background-color: #7961f1;
  transform: translate(220%, 20%);
}

.log_color3 {
  background-color: #2db8e7;
  transform: translate(220%, 120%);
}

.log_color4 {
  background-color: #2db8e7;
  transform: translate(-30%, -80%);
}

.log_color5 {
  background-color: #ef98d0;
  transform: translate(-30%, 20%);
}

.log_color6 {
  background-color: #7961f1;
  transform: translate(-30%, 120%);
}

.log_color7 {
  background-color: #ef98d0;
  transform: translate(80%, 130%);
}

footer {
  width: 100%;
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7961f1;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  -moz-column-gap: 5px;
       column-gap: 5px;
  bottom: 0;
}

/* ----header contaoner Responsive---- */
@media screen and (max-width: 1024px) {
  .medium_btn {
    width: 100px;
    font-size: 12px;
  }
  .dashboard_search_field {
    width: 80%;
  }
  .dashbaord_search_icon {
    width: 20%;
  }
  .auth_content {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 1023px) {
  .log_color_dots {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_container {
    display: flex;
    flex-direction: column;
  }
  .header_content_left {
    width: 100%;
  }
  .header_content_right {
    width: 100%;
    margin-top: 20px;
  }
  .user_name {
    display: none;
  }
  .create_service_continer {
    flex-direction: column;
  }
  .create_service_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .create_service_right {
    width: 100%;
  }
  .sidebar_continer {
    display: none !important;
  }
  .mobile_hamburger {
    display: block !important;
  }
  .auth_content {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .auth_continer_left {
    width: 100%;
    justify-content: center;
  }
  .auth_content_right {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (width: 768px) {
  .mobile_sidebar {
    margin-top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .search_field {
    display: flex;
    width: 100%;
    border-right: 2px solid #7961f1;
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow);
  }
  .search_field_cleintReg {
    display: flex;
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--bs-box-shadow);
  }
  .search_icon {
    margin-top: 5px;
    width: 100%;
    border-left: 2px solid #7961f1;
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow);
  }
  .search_container {
    box-shadow: none;
  }
}
/* -------Body Content Responsive-------- */
@media screen and (max-width: 768px) {
  .body_container {
    display: flex;
    flex-direction: column;
  }
  .body_content_left {
    width: 100%;
    padding: 20px;
  }
  .body_content_right {
    width: 100%;
    margin-top: 40px;
  }
  .main_container {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .color_dot {
    display: none;
  }
  .color7 {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .form_content {
    padding: 20px;
  }
  .dashbord_search_continer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .dashboard_search_field {
    width: 100%;
    border-right: 2px solid #7961f1;
    border-radius: 10px;
  }
  .dashbaord_search_icon {
    margin-top: 5px;
    width: 100%;
    border-left: 2px solid #7961f1;
    border-radius: 10px;
  }
  .mobile_sidebar {
    margin-top: 102px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mobile_sidebar {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard_header {
    z-index: 20;
  }
  .welcomeContainer {
    flex-direction: column-reverse;
    row-gap: 15px;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1002px) {
  .details_continer {
    width: 500px;
  }
}/*# sourceMappingURL=style.css.map */